home *** CD-ROM | disk | FTP | other *** search
- $SPECPOW(f, 20)
- $TEX1OPTIONSFILE(s,"")
-
- shader()
- {
- NoLightmaps()
- sortweight(SORTW)
- Cull("none")
- Shaderquality(3)
- pass()
- {
- Pixelshader("TreeTop.psh")
- tmu()
- {
- TexMod("rotate", "sin", 0, 3, 0.1, "sin", 0, 2.7, 0.11)
- texture()
- {
- Image(TEXTURE1)
- addressfunc("clamp", "clamp", "clamp")
- }
- }
-
- !include("__Clouds.mtt")
-
- colorgen("tfactor", "user", 0, 0, 0, "user", 0, 0, 0)
-
- BlendFunc("src_alpha", "inv_src_alpha")
- AlphaFunc("gequal", 1)
- DepthFunc("lequal", 0)
- }
-
- lightpass()
- !include("Spot1Tex_B.mtt")
- }
-
- shader()
- {
- NoLightmaps()
- sortweight(SORTW)
- Cull("none")
- Shaderquality(1)
- pass()
- {
- Pixelshader("TreeTopVeryLow.psh")
- tmu()
- {
- TexMod("rotate", "sin", 0, 3, 0.1, "sin", 0, 2.7, 0.11)
- texture()
- {
- Image(TEXTURE1)
- addressfunc("clamp", "clamp", "clamp")
- }
- }
-
- colorgen("tfactor", "user", 0, 0, 0, "user", 0, 0, 0)
-
- BlendFunc("src_alpha", "inv_src_alpha")
- AlphaFunc("gequal", 1)
- DepthFunc("lequal", 0)
- }
-
- lightpass()
- !include("Spot1Tex_B.mtt")
- }
-
- shader()
- {
- sortweight(SORTW)
- pass()
- {
- tmu()
- {
- colorop("add", "tfactor", "tfactor_a", "current")
- }
-
- tmu()
- {
- TexMod("rotate", "sin", 0, 3, 0.1, "sin", 0, 2.7, 0.11)
- texture()
- {
- Mapchannel(0)
- Image(TEXTURE1)
- addressfunc("clamp", "clamp", "clamp")
- }
- ColorOp("mul", "texture", "current", "current")
- AlphaOp("arg1", "texture", "current", "current")
- }
-
- tfactor(%daycolor_r, %daycolor_g, %daycolor_b, %daycolor_a)
- colorgen("tfactor", "user", 0, 0, 0, "user", 0, 0, 0)
-
- BlendFunc("src_alpha","inv_src_alpha")
- AlphaFunc("greater", 1 )
- DepthFunc("lequal", 0)
- }
-
- Cull("none")
- }
-
-